Differences
This shows you the differences between the selected revision and the current version of the page.
howto:backup 2014/01/14 13:45 | howto:backup 2017/09/06 18:38 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== HOWTO Backup ====== | + | ====== HOWTO Backup ====== |
This is a step-by-step tutorial on how to set up your DNS-323 for backup. The contents were copied from the following threads: | This is a step-by-step tutorial on how to set up your DNS-323 for backup. The contents were copied from the following threads: | ||
- | * [[http://forum.dsmg600.info/t1150-Tutorial%3A-Backup-Everything-from-once-night.html|Tutorial: Backup Everything from Vol A to Vol B once a night by Chumby]] | + | * [[http://dns323.kood.org/forum/t1150-Tutorial%3A-Backup-Everything-from-once-night.html|Tutorial: Backup Everything from Vol A to Vol B once a night by Chumby]] |
- | * [[http://forum.dsmg600.info/t2125-DNS-323-Rsync-Time-Machine%21.html|DNS-323 Rsync Time Machine! by raid123]] | + | * [[http://dns323.kood.org/forum/t2125-DNS-323-Rsync-Time-Machine%21.html|DNS-323 Rsync Time Machine! by raid123]] |
* DNS-323 Online Backup service announcement. | * DNS-323 Online Backup service announcement. | ||
Line 109: | Line 109: | ||
# add the Rsync job to execute at 2:05 am - also create a logfile | # add the Rsync job to execute at 2:05 am - also create a logfile | ||
- | /bin/echo "5 2 * * * /mnt/HD_a2/fun_plug.d/bin/rsync -rlptDv --ignore-errors --delete /mnt/HD_a2 /mnt/HD_b2 >/mnt/HD_a2/fun_plug.d/log/rsync.last.log 2>&1" >> $CRONTXT | + | /bin/echo "5 2 * * * /mnt/HD_a2/fun_plug.d/bin/rsync -rlptDv --delete /mnt/HD_a2 /mnt/HD_b2 >/mnt/HD_a2/fun_plug.d/log/rsync.last.log 2>&1" >> $CRONTXT |
# install the new crontab | # install the new crontab | ||
Line 148: | Line 148: | ||
<code> | <code> | ||
- | 5 2 * * * /mnt/HD_a2/fun_plug.d/bin/rsync -rlptDv --ignore-errors --delete /mnt/HD_a2 /mnt/HD_b2 >/mnt/HD_a2/fun_plug.d/log/rsync.last.log 2>&1 | + | 5 2 * * * /mnt/HD_a2/fun_plug.d/bin/rsync -rlptDv --delete /mnt/HD_a2 /mnt/HD_b2 >/mnt/HD_a2/fun_plug.d/log/rsync.last.log 2>&1 |
</code> | </code> | ||