Schedule backup Problem

i need to enable the the Schedule backup for the reseller , but it will replace the old backup
 
You can bypass that limit by creating as many cron tasks (using FTP to store backups) as needed.

To store 7 days backups -> create 7 different tasks with different FTP paths (e.x. /user_backups/0 - for Sunday, /user_backups/1 - for Monday, etc).

For IP/Username/Password (FTP) use your reseller's credentials.
 
is there any way to use the date as the folder name?
i can modify the script for all reseller
 
The first way to go: You can write your own system or make a plugin in order to write (with cron) certain commands into Directadmin task queue file.

The second way to go: You can write a script, that will rename (with cron) your backup directory to any name you want.
 
Back
Top