I have ssh access to server (VPS) I want my server to take backup after every 12 hrs and trasnfer to a remote server sql or cp backup , and I want the backup to be like this
1st backup- backup.sql
2nd - backup.sql.2 or date
I tried cron job but it over writes
which I dont need
1st backup- backup.sql
2nd - backup.sql.2 or date
I tried cron job but it over writes

Comment