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

Think about using rsync for back up copies #91

Open
foobacca opened this issue Dec 23, 2014 · 0 comments
Open

Think about using rsync for back up copies #91

foobacca opened this issue Dec 23, 2014 · 0 comments

Comments

@foobacca
Copy link
Collaborator

rather than making a recent copy and then deleting an old copy, we could:

  • check there are enough old versions, if not just do a copy as usual, but if there are:
  • rename the old copy to rsync_target
  • rsync the current version to rsync_target
  • rename rsync_target to the current date/time and then use that as the new copy

The rsync should be a lot faster than the copy.

@decentral1se decentral1se added this to the P3: Optional milestone Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants