Displaying 1 result from an estimated 1 matches for "time_fmt".
Did you mean:
time_fast
2007 Mar 02
1
smbfs gzip/bzip2 "File too large"?
...e, 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 = ".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...