Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
  2. Aug 08, 2019
  3. Aug 07, 2019
  4. Aug 06, 2019
  5. Aug 05, 2019
  6. Aug 02, 2019
  7. Aug 01, 2019
  8. Jul 25, 2019
  9. Jul 22, 2019
  10. Jul 19, 2019
    • Chris Boot's avatar
      s3cmd: add trailing slash to paths for sync from remote · 097897d1
      Chris Boot authored
      When backing up the contents of object storage, s3cmd sync will download
      the contents of the remote bucket every time even if the files are
      available locally. Adding the trailing slash allows s3cmd to reuse
      existing local files, which is helpful when using persistent storage for
      the backup temp space.
      
      This also allows the --delete-removed option to work (which can be
      specified in the .s3cfg); otherwise no files are removed. This in turn
      is useful when using a regular registry cleanup, which otherwise would
      keep growing the local backup copy unbounded.
      
      See also:
      - https://github.com/s3tools/s3cmd/issues/245
      - https://s3tools.org/s3cmd-sync
      097897d1
  11. Jul 12, 2019
  12. Jul 10, 2019
  13. Jul 09, 2019
  14. Jul 05, 2019
  15. Jul 03, 2019
  16. Jul 02, 2019
  17. Jun 28, 2019
  18. Jun 26, 2019
  19. Jun 25, 2019
  20. Jun 24, 2019
  21. Jun 19, 2019
    • DJ Mountney's avatar
      Set s3cmd to stop right away on error when syncing dirs · 8918d0c5
      DJ Mountney authored
      Otherwise if will continue synching files, then fail at the end. Which
      for backup/restore is a waste of time and bandwidth.
      
      Decided to add the flag only for dir syncs, and not for syncing the
      backup tar, as it would have very little impact for a single file.
      8918d0c5
  22. Jun 18, 2019
  23. Jun 17, 2019
  24. Jun 14, 2019
  25. Jun 13, 2019