|
Lines 4-12
Link Here
|
| 4 |
files that have changed since the last backup. It also handles files that are |
4 |
files that have changed since the last backup. It also handles files that are |
| 5 |
removed, allowing for correct incremental backups. |
5 |
removed, allowing for correct incremental backups. |
| 6 |
|
6 |
|
| 7 |
Example scripts named rdup-simple and rdup-ln are included to show how to |
7 |
An example script named rdup-simple is included to show how to |
| 8 |
implement a simple snapshot-style backup strategy. These bash scripts require |
8 |
implement a simple snapshot-style backup strategy. This bash script requires |
| 9 |
GNU date and cp, which are not installed by this FreeBSD port. If you want to |
9 |
GNU date and cp, which are not installed by this FreeBSD port. If you want to |
| 10 |
use the scripts, you should also install the sysutils/coreutils port. |
10 |
use the script, you should also install the sysutils/coreutils port. |
| 11 |
|
11 |
|
| 12 |
WWW: http://miek.nl/projects/rdup |
12 |
WWW: http://miek.nl/projects/rdup11 |