Return Last 50 posts First 100 posts

Backing up your systems.

1 Name: Anonymous : 2017-04-04 09:09
OK /prog/ what do you use for backing up your systems? like, entire systems that you can easily restore from?

I use this, but im think surely there is a better way :s

if [ -d "$1" ];
then
sudo rsync -aAXv --progress --exclude={"/files/*","/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/home/*/.cache/*","/home/*/Sync/*","/home/*/.mozilla/*"} / "$1";
else
echo $'usage:\n'$0' </path/to/target/directory>';
echo $'\nError: invalid target directory, cancelling backup..';
fi
2 Name: Anonymous : 2017-04-04 15:51
EMC NetWorker
3 Name: Anonymous : 2017-04-04 22:25
An hard drive.
4 Name: Anonymous : 2017-04-07 16:46
I drag the directories I want to keep onto an external drive. Much easier than messing around in the command line.
5 Name: Anonymous : 2017-04-09 18:17
I use a 128gb usb stick.
6 Name: Anonymous : 2017-04-10 04:27
I just store my stuff on the cloud.

Return Last 50 posts First 100 posts

Name: