4f6fbc67bc
faubackup uses a filesystem on a hard drive for incremental and full backups. All backups can easily be accessed by standard filesystem tools. Later backups to the same filesystem will automatically be incremental, as unchanged files are only hard-linked with the existing version of the file. from Sebastian Trahm <basti at schleifi.com>
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-faubackup_conf,v 1.1.1.1 2008/12/29 19:51:09 sturm Exp $
|
|
--- faubackup.conf.orig Sat Nov 29 13:13:59 2008
|
|
+++ faubackup.conf Sat Nov 29 13:14:22 2008
|
|
@@ -23,7 +23,7 @@ $keepdays = 7;
|
|
#@ignore = qw( **.o **/cache **/Cache **/nobackup );
|
|
|
|
# use this command for remote commands
|
|
-$rsh = "rsh";
|
|
+$rsh = "ssh";
|
|
|
|
|
|
# make perl happy
|