]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Two small fixes on documentation for cli backup command.
authorAlberto Berti <alberto@metapensiero.it>
Tue, 24 Feb 2009 23:36:34 +0000 (16:36 -0700)
committerAlberto Berti <alberto@metapensiero.it>
Tue, 24 Feb 2009 23:36:34 +0000 (16:36 -0700)
docs/backupdb.txt
src/allmydata/scripts/tahoe_backup.py

index 7c5905e82fbf476283386935ec177bbca03815f7..c6cea64555d0f03ddfe65a2ee212c84f364664e8 100644 (file)
@@ -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]
index b0e51d691a485b4efe214febcf8f5e42d594cf91..ee9ad1204d5719a6a5bfda19e2d0358d68a17d52 100644 (file)
@@ -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