Size: 3887
Comment:
|
Size: 3864
Comment: better description for rdiff-backup
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Line 6: | Line 5: |
'''[[http://www.debian.org/doc/manuals/debian-reference/ch10.en.html#_backup_and_recovery|Debian Reference Manual - 10. Backup and recovery]]'''<<BR>> [[http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-backup.html|Debian GNU/Linux System Administrator's Manual (Obsolete Documentation) Chapter 12 - Backup and Restore]] |
'''[[https://www.debian.org/doc/manuals/debian-reference/ch10.en.html#_backup_and_recovery|Debian Reference Manual - 10. Backup and recovery]]'''<<BR>> [[https://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-backup.html|Debian GNU/Linux System Administrator's Manual (Obsolete Documentation) Chapter 12 - Backup and Restore]] |
Line 10: | Line 9: |
Line 12: | Line 10: |
Line 26: | Line 23: |
* DebianPkg:[[Duplicity]] - Remote automatic encrypted incremental backups | * [[Duplicity]] - Remote automatic encrypted incremental backups |
Line 29: | Line 26: |
* DebianPkg:rdiff-backup - Rdiff-backup | * DebianPkg:rdiff-backup - remote incremental backup |
Line 37: | Line 34: |
Line 43: | Line 39: |
Line 48: | Line 43: |
== Tape Backup == | |
Line 49: | Line 45: |
== Tape Backup == Enterprise Tape backup can be performed with Debian Linux and packages like DebianPkg:Amanda or DebianPkg:Bacula or similar. The Linux tape system can be configured using the program stinit from the package DebianPkg:mt-st . Stinit reads the configuration file [[StinitDef|/etc/stinit.def]]. The tape is then normally addressed as /dev/st0 for the 1st device and /dev/st1 for the second device and so on. The tape can also be addressed in a non rewinding mode normally by addressing the device as /dev/nst0 , /dev/nst1 etc. |
Enterprise Tape backup can be performed with packages like DebianPkg:Amanda or DebianPkg:Bacula or similar. |
Line 53: | Line 47: |
The Linux tape system can be configured using the program stinit from the package DebianPkg:mt-st. Stinit reads the configuration file [[StinitDef|/etc/stinit.def]]. The tape is then normally addressed as /dev/st0 for the 1st device and /dev/st1 for the second device and so on. The tape can also be addressed in a non rewinding mode normally by addressing the device as /dev/nst0 or /dev/nst1 etc. | |
Line 59: | Line 54: |
* [[http://www.debianhelp.co.uk/rsyncweb.htm|Rsync Web interface or GUI tools]] | * [[https://www.debianhelp.co.uk/rsyncweb.htm|Rsync Web interface or GUI tools]] |
Line 62: | Line 57: |
Translation(s): English - Català - Français - Italiano
Debian Reference Manual - 10. Backup and recovery
Debian GNU/Linux System Administrator's Manual (Obsolete Documentation) Chapter 12 - Backup and Restore
Backup tools and suites
amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
backintime - GUI simple backup tool with incremental snapshots of any directories. Powered by rsync, diff and cron.
backup-manager - Command-line backup tool for GNU Linux
backup2l - Low-maintenance and robust command line backup/restore tool with multiple drivers for standard backup-tools like tar and afio
BackupPC backuppc - backup daemon with a web interface. Uses SSH to remotely back up computers over the network. Can use smb, rsync and Tar. Does full and incremental backups.
backupninja - Lightweight, extensible meta-backup system
bacula-server - Network backup, recovery and verification - server meta-package
borgbackup - very fast and deduplicating backup system written in Python
burp - Simple cross-platform network ?BackUp and Restore Program
deja-dup - Simple backup tool with GUI. Uses Duplicity as the backend
Duplicity - Remote automatic encrypted incremental backups
fsarchiver - Save the contents of a file system to a compressed archive file (It's still under heavy development so it should not be used for critical data.)
luckybackup - GUI, backs-up and/or synchronizes any directories using rsync
rdiff-backup - remote incremental backup
restic - backup program with multiple revisions, encryption and more
rsync - Fast remote file copy program (like rcp)
rsnapshot - Local and remote filesystem snapshot utility
timeshift - is a program used to make system back-ups/snapshots easily.
Tar - Using the tape archiver
Unison - A file-synchronization tool for Unix and Windows
User Examples
partclone - using partclone to clone a system
Application Specific
EvolutionBackup - Backup your Evolution data
Tape Backup
Enterprise Tape backup can be performed with packages like Amanda or Bacula or similar.
The Linux tape system can be configured using the program stinit from the package mt-st. Stinit reads the configuration file /etc/stinit.def. The tape is then normally addressed as /dev/st0 for the 1st device and /dev/st1 for the second device and so on. The tape can also be addressed in a non rewinding mode normally by addressing the device as /dev/nst0 or /dev/nst1 etc.
External links
debianhelp.co.uk backup tutorials- For all users and admins these include backuppc, rsync, rdiff-backup, bacula, backup2l, backupninja, rsnapshot configuration steps.
CategorySoftware | CategorySystemAdministration | ?CategoryBackup