Hello, > If somebody modifies one of my encrypted files on S3 directly (any of > them), will running fsck on my local machine using something like > fsck.s3ql s3://some-s3-name pick up the corruption?
fsck.s3ql only checks your database, cache and checks for missing or superfluous remote files (with a simple directory listing). You should use http://www.rath.org/s3ql-docs/man/verify.html |cd mkdir verify-results cd verify-results s3ql_verify s3://some-s3-name # --cachedir=same-as-mount.s3ql --authfile=same-as-mount.s3ql ls cat corrupted_objects.txt | -- 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]. For more options, visit https://groups.google.com/d/optout.
