Difference between revisions of "Backup"
Jump to navigation
Jump to search
(a start) |
|||
Line 6: | Line 6: | ||
* http://en.wikipedia.org/wiki/Rsync | * http://en.wikipedia.org/wiki/Rsync | ||
* https://wiki.archlinux.org/index.php/Full_System_Backup_with_rsync | * https://wiki.archlinux.org/index.php/Full_System_Backup_with_rsync | ||
+ | |||
+ | == rdiff-backup == | ||
+ | * http://www.nongnu.org/rdiff-backup/ | ||
+ | ** [http://www.nongnu.org/rdiff-backup/rdiff-backup.1.html man], [http://www.nongnu.org/rdiff-backup/README readme], [http://www.nongnu.org/rdiff-backup/examples.html examples], [http://wiki.rdiff-backup.org/wiki/index.php/Main_Page wiki] | ||
+ | |||
+ | * http://latouche.info/admin/tips/backups/rdiff-backup_sudo.html | ||
+ | |||
+ | rdiff-backup user@server.org:[port]:/ \ | ||
+ | --exclude-regexp 'cache$' \ | ||
+ | --exclude-regexp '(?i)/te?mp$' \ | ||
+ | --exclude /mnt \ | ||
+ | --exclude /vol \ | ||
+ | --exclude /bak \ | ||
+ | --exclude /usr/media \ | ||
+ | --exclude /usr/media/misc \ | ||
+ | --exclude /usr/lib \ | ||
+ | --exclude /tmp \ | ||
+ | --exclude /var/dl \ | ||
+ | --exclude /var/spool \ | ||
+ | --exclude /var/cache \ | ||
+ | --exclude /proc \ | ||
+ | --exclude /dev \ | ||
+ | --exclude /sys \ | ||
+ | / /bak/sys | ||
== rsnapshot == | == rsnapshot == | ||
Line 15: | Line 39: | ||
== Areca == | == Areca == | ||
* http://www.areca-backup.org/ | * http://www.areca-backup.org/ | ||
+ | |||
+ | |||
+ | -- | ||
+ | |||
+ | * https://wiki.archlinux.org/index.php/Sync_laptop_desktop | ||
+ | * http://backup2l.sourceforge.net/ |
Revision as of 06:25, 27 April 2012
Rsync
rdiff-backup
rdiff-backup user@server.org:[port]:/ \ --exclude-regexp 'cache$' \ --exclude-regexp '(?i)/te?mp$' \ --exclude /mnt \ --exclude /vol \ --exclude /bak \ --exclude /usr/media \ --exclude /usr/media/misc \ --exclude /usr/lib \ --exclude /tmp \ --exclude /var/dl \ --exclude /var/spool \ --exclude /var/cache \ --exclude /proc \ --exclude /dev \ --exclude /sys \ / /bak/sys
rsnapshot
BackupPC
Areca
--