Description of my issue: Hi
I am having issues with quota management. I have created three profiles - 1 for amazon s3, 1 for dropbox and 1 for the server. Its schedules backup in all three profiles with cronjob. For server I have set the quota for 3 backups and works very well. The new backups are taken and the old ones are deleted as expected. In dropbox i have set the limit for one copy of backup since i am using their free plan. It works as expected. However, in amazon s3 I am facing problem to manage the quota. The problem is as under -
1. The quota is set to three backup copies.
2. The script first deletes the old backup and takes the new backup. I do not even see the obsolete records.
3. On the next day the same things happen since I have scheduled it daily. It will delete the old backup and takes a new backup which is kept in amazon for 1 day. When the cron is triggerred it first deletes the backup and takes a new one and if the backup fails I dont have any backup copy at amazon. Also when I have set the quota for three backups the script should not delete any backup stored unless it reaches to the limit. This is happenning successfully with other profile.
4. Whereas in dropbox where I have set the quota only for 1 backup the backup is first taken and the old one is deleted. I have tested both the profiles for the past few days and working fine but unfortunately the amazon profile is not working as configured.
I have taken following steps to fix this -
1. I have deleted all files of backup bucket.
2. I have deleted all backups listed in manage backup of this profile
3. I have deleted the cron and created a new one in the cpanel.
I have repeated these steps several times but the issue is not fixed. The backups keep deleting and only one backup is listed if it is successful.
Am I missing something....? Can you guide me what is the probable reason for this.....?
Thanks.....