Thanks for s3ql! Just upgraded to debian buster, and am running an upgrade on an s3ql filesystem:
root@nsxxxxxx:~# s3qladm --authfile=/root/.s3ql/authinfo2 --backend-options tcp-timeout=200 --cachedir=/mnt/backup/cache/s3ql/ upgrade s3://us-west-2/xxxxxxxxxx/ Getting file system parameters.. I am about to update the file system to the newest revision. You will not be able to access the file system with any older version of S3QL after this operation. You should make very sure that this command is not interrupted and that no one else tries to mount, fsck or upgrade the file system at the same time. You may interrupt the update with Ctrl+C and resume at a later time, but the filesystem will not be in a usable state until the upgrade is complete. Please enter "yes" to continue. > yes Downloading and decompressing metadata... Reading metadata... ..objects.. ..blocks.. ..inodes.. ..inode_blocks.. ..symlink_targets.. ..names.. ..contents.. ..ext_attributes.. Upgrading from revision 23 to 24... ..processed 6976175/6976177 objects (99%).. However, it's now been stuck on the last two objects for several hours, strace gives me: root@nsxxxxxx:~# strace -p 16678 strace: Process 16678 attached futex(0x7f7e6c000d50, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY Do I need to crtl-C it? It's just that last time I did that it seemed to download all the metadata again, and though it was a bit faster processing the objects on the second run , it still takes days rather than hours... Here's the info from the last successful mount: + /usr/bin/s3qlstat /mnt/s3ql Directory entries: 357128788 Inodes: 357128790 Data blocks: 6976142 Total data size: 54.2 TB After de-duplication: 1.09 TB (2.00% of total) After compression: 593 GiB (1.07% of total, 53.38% of de-duplicated) Database size: 41.6 GiB (uncompressed) Cache size: 0 bytes, 0 entries Cache size (dirty): 0 bytes, 0 entries Queued object removals: 0 Joseph -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/dc7174d9-2799-442b-b862-9d7634d65b99%40googlegroups.com.
