Displaying 1 result from an estimated 1 matches for "syssit".
Did you mean:
sysfit
2007 Mar 02
1
smbfs gzip/bzip2 "File too large"?
...t;;
time_fmt = "%Y%m%d-%H%M%S";
info_files = ".files";
info_dirs = ".dirs";
info_identity = ".identity";
name = "%identity.%type.%time";
archive = "$name.tgz";
And I run:
# fs_backup -a t:/var/www/html pages
# fs_backup -a x:/var/www/html/syssite/home/cache/ pages
These will create a directory "/mnt/host/fs_backup/pages" and 2 files
"/mnt/host/fs_backup/{.t_files,.x_files}", while t/x have the same meaning
of tar's 'T/X'. Now I can do this to backup the directory:
# fs_backup [ -t full ] pages
# fs_backup -t...