[tahoe-lafs-trac-stream] [tahoe-lafs] #1863: Work-Around for > ~150MB files on Least Authority TLoS3
tahoe-lafs
trac at tahoe-lafs.org
Sun Nov 18 07:48:36 UTC 2012
#1863: Work-Around for > ~150MB files on Least Authority TLoS3
--------------------------+--------------------------------------------
Reporter: nejucomo | Owner: davidsarah
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: 1.9.2
Resolution: | Keywords: lae usability large workaround
Launchpad Bug: |
--------------------------+--------------------------------------------
Comment (by nejucomo):
This "workaround" ticket may be unnecessary:
I just attempted to make a demo so that I could develop and paste a
{{{find}}} and {{{split}}} based workaround, but it appears that it
succeeded to upload a 200MB file:
{{{
$ find . -type f -print0 | xargs -0 ls -lh
-rw-r--r-- 1 n n 10M Nov 17 20:26 ./a/other_stuff
-rw-r--r-- 1 n n 42M Nov 17 20:26 ./a/stuff
-rw-r--r-- 1 n n 200M Nov 17 20:27 ./b/big_stuff
-rw-r--r-- 1 n n 17M Nov 17 20:26 ./b/more_stuff
$ tahoe create-alias big_file_backup.1
Alias 'big_file_backup.1' created
$ tahoe backup . big_file_backup.1:
4 files uploaded (0 reused), 0 files skipped, 3 directories created (0
reused), 0 directories skipped
backup done, elapsed time: 0:51:20
$ tahoe ls -l big_file_backup.1:Latest/b
-r-- 209715200 Nov 17 20:27 big_stuff
-r-- 17825792 Nov 17 20:26 more_stuff
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1863#comment:1>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list