Displaying 1 result from an estimated 1 matches for "fs_backup".
Did you mean:
_backup
2007 Mar 02
1
smbfs gzip/bzip2 "File too large"?
I wrote a python script wrapping find & tar to do full/diff/increment backup
for the system. For example, my configuration like this:
# cat /etc/new/fs_backup.config
fields = "identity, type, time, archive";
default = "full";
type = "${default}"; # comment
datadir = "/mnt/host/fs_backup/";
table = "$datadir/.table";
tsfmt = "%Y%m%d%H%M.%S";
time_fmt = "%Y%m%d-%H%M%S";
info_files = &quo...