README 1.4 KB

123456789101112131415161718192021222324252627
  1. rsnapshot is a filesystem snapshot utility for making backups of local
  2. and remote systems. Using rsync and hard links, it is possible to keep
  3. multiple, full backups instantly available. The disk space required is
  4. just a little more than the space of one full backup, plus
  5. incrementals.
  6. rnapshot requires both the editing of the /etc/rsnapshot.conf file and
  7. the creation of various scripts to run at the intervals specified in
  8. the config file. rsnapshot comes with a multitude of example scripts
  9. located in '/usr/doc/rsnapshot-1.4.2/utils' and has a well documented
  10. HOWTO at '/usr/doc/rsnapshot-1.4.2/rsnapshot-HOWTO.en.html'. It is
  11. highly recommended for you to read this HOWTO prior to altering your
  12. configuration.
  13. To get you up and running as quick as possible, I have
  14. provided a working config file and scripts located in
  15. '/usr/doc/rsnapshot-1.4.2/contrib' This configuration will create
  16. incremental backups every 4 hours and will store 6 hourly, 7 daily,
  17. 4 weekly, and 3 monthly backups at a time. All backups will be stored
  18. in the path '/backup' which you will most likely want to change to fit
  19. your setup. It is highly recommended that the backup location be a
  20. separate physical disk or remote location.
  21. rsnapshot is executed by adding entries into root's crontab. There is
  22. an example crontab in '/usr/doc/rsnapshot-1.4.2/contrib/crontab' with
  23. the necessary additions to run the scripts above.