mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Two small fixes on documentation for cli backup command.
This commit is contained in:
parent
2810de32b1
commit
e1c925b373
@ -36,7 +36,7 @@ CREATE TABLE version
|
||||
version integer # contains one row, set to 1
|
||||
);
|
||||
|
||||
CREATE TABLE last_upload
|
||||
CREATE TABLE local_files
|
||||
(
|
||||
path varchar(1024), PRIMARY KEY -- index, this is os.path.abspath(fn)
|
||||
size integer, -- os.stat(fn)[stat.ST_SIZE]
|
||||
|
@ -191,7 +191,7 @@ class BackerUpper:
|
||||
|
||||
# we have various time formats. The allmydata.com windows backup tool
|
||||
# appears to create things like "2008-11-16 10.34 PM". This script
|
||||
# creates things like "2009-11-16--17.34Z".
|
||||
# creates things like "2008-11-16--17.34Z".
|
||||
for archive_name in archives_dir.keys():
|
||||
if archives_dir[archive_name][0] != "dirnode":
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user