Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 2 typos & add --skip-files-older-than-seconds and --remove-source-files parameters for dsync #180

Closed
wants to merge 9 commits into from

Conversation

andryan
Copy link

@andryan andryan commented Nov 15, 2020

added --skip-files-older-than-seconds parameter to filter out files whose mtime is greater than seconds since --last-modified-before and --last-modified-after parameters don't work for dsync

added rsync-style parameter --remove-source-files to remove source files upon successful dsync (works on all local to s3, s3 to local, s3 to s3)

tested on b2 backblaze

… files whose mtime is greater than seconds since --last-modified-before and --last-modified-after parameters don't work for dsync

use case: we don't want to sync files that are still being written to
@andryan andryan changed the title fix 2 typos & add --skip-files-older-than-seconds parameter for dsync fix 2 typos & add --skip-files-older-than-seconds and --remove-source-files parameters for dsync Nov 15, 2020
@debodirno
Copy link
Contributor

debodirno commented Jan 4, 2021

Hey @andryan. Sorry to check this so late. Just a suggestion, can you push the branch to this remote and raise a PR from it? We are using some encrypted variables in Travis CI build and it fails from the forks.
Read more here : https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions

@andryan andryan closed this Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants