diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw <Carl@web> | 2015-08-29 09:36:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-29 09:36:15 +0000 |
commit | 45b1010277ab130bd744fd084f31881c2336adf6 (patch) | |
tree | faf63d137578d5f9fa8898b3a19f5e997f487363 | |
parent | 7af8aa73cb912ae2f9bf205e83357d3a878fe581 (diff) |
-rw-r--r-- | doc/bugs/fsck_--incremental-schedule_does_not_work_as_documented.mdwn | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/bugs/fsck_--incremental-schedule_does_not_work_as_documented.mdwn b/doc/bugs/fsck_--incremental-schedule_does_not_work_as_documented.mdwn new file mode 100644 index 000000000..bc7c2dc56 --- /dev/null +++ b/doc/bugs/fsck_--incremental-schedule_does_not_work_as_documented.mdwn @@ -0,0 +1,71 @@ +### Please describe the problem. +git annex fsck with --incremental-schedule restarts all the time. According to the man page: + + Maybe you'd like to run a fsck for 5 hours at night, pick- + ing up each night where it left off. You'd like this to + continue until all files have been fscked. And once it's + done, you'd like a new fsck pass to start, but no more + often than once a month. Then put this in a nightly cron + job: + + git annex fsck --incremental-schedule 30d --time-limit 5h + +If I run that command (with a time limit of 10 minutes) it starts over instead of continuing where it finished off. + +### What version of git-annex are you using? On what operating system? + +Debian testing version on linux + + time_machine_carl@pi:/media/backup_hdd/carl/annex$ git annex version + git-annex version: 5.20150731-1 + build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA Database + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL + remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + local repository version: 5 + supported repository version: 5 + upgrade supported from repository versions: 0 1 2 4 + time_machine_carl@pi:/media/backup_hdd/carl/annex$ uname -a + Linux pi 4.1.6+ #810 PREEMPT Tue Aug 18 15:19:58 BST 2015 armv6l GNU/Linux + +and latest version built from homebrew on OS X + + Carls-MacBook-Air:CurveDe carlmod$ git annex version + git-annex version: 5.20150824 + build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA TorrentParser Database + key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL + remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + local repository version: unknown + supported repository version: 5 + upgrade supported from repository versions: 0 1 2 4 + Carls-MacBook-Air:CurveDe carlmod$ uname -a + Darwin Carls-MacBook-Air.local 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64 + + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log +time_machine_carl@pi:/media/backup_hdd/carl/annex$ git annex fsck --incremental-schedule 30d --time-limit 10m +fsck 15 minutes/2014-12-15_Chorkonzert_ Gesungene Vorfreude auf das Christkind - Nachrichten Augsburg-Land, Gersthofen, Neusäß - Augsburger Allgemeine.pdf (checksum...) +ok +fsck 15 minutes/2014_midnattsloppet.pdf (checksum...) +ok +<Snip lots of files> +fsck Deklaration/archive/2014/SE/Bilagor/2013-12-31_SEB Årsbesked.pdf (checksum...) +ok + + Time limit (10m) reached! +time_machine_carl@pi:/media/backup_hdd/carl/annex$ git annex fsck --incremental-schedule 30d --time-limit 10m +fsck 15 minutes/2014-12-15_Chorkonzert_ Gesungene Vorfreude auf das Christkind - Nachrichten Augsburg-Land, Gersthofen, Neusäß - Augsburger Allgemeine.pdf (checksum...) +ok +fsck 15 minutes/2014_midnattsloppet.pdf (checksum...) +ok + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +I manage all my important personal documents since about two or three years, spreading them out over home servers, cloud providers and off site usb-drives in foreign countries, making sure that there are always at least 4 copies available. (if my flat burns the same day that box.com goes bankrupt ...) |