So these backups are kinda killing my server, they are taking up way too much space, and way too much time. I have it backup locally, then another script will rsync them to another server.
I see you cant do the backups that will only backup if the files have changed, if you dont have it tar them up.
What if I modify the script, before it tries to backup the users folder/database, it will just "ls -la |grep user_name", get the value of the folder size, then store it into an array in a script stored in /scripts.
Next time the backups run, it will do the same thing, if the size is different.. it will backup the directory, and update the array.
Same thing for the database.
Whatcha think?



LinkBack URL
About LinkBacks
Reply With Quote






