multiple backups - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: multiple backups (/thread-13358.html) |
multiple backups - tjonger - 05-08-2011 09:57 AM How can i set multiple backups for eatch singel user? like this: day1 = Backup A day2 = backup B day3 = Backup A Overwrite day4 = Backup B Overwrite day5 = Backup A Overwrite day6 = Backup B Overwrite etc. RE: multiple backups - avispa987 - 05-08-2011 10:33 AM i think its not so easy to tell... you should modify the backup software... but you can do backups every two days.. for example.. just modifying the cron tab... (i think) RE: multiple backups - tjonger - 05-08-2011 10:46 AM Oke, so if i run this command to view all crontabs of all users, he said that there are no crontabs set. So were can i change the backups cron jobs? Code: for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done Output: Code: root RE: multiple backups - tjonger - 05-10-2011 01:38 AM anybody? |