We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I do scp_backup_to /somewhere and run pov-simple-backup -s twice, I end up with two copies of everything:
scp_backup_to /somewhere
pov-simple-backup -s
/somewhere/2018-10-17/foo.tar.gz /somewhere/2018-10-17/2018-10-17/foo.tar.gz
(If I run it a third time, I don't get a third copy, instead the 2nd copy is overwritten.)
Note that this interacts interestingly with #8: if BACKUP_SUFFIX is -mail I end up with
/somewhere/2018-10-17/foo.tar.gz /somewhere/2018-10-17/2018-10-17-mail/foo.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I do
scp_backup_to /somewhere
and runpov-simple-backup -s
twice, I end up with two copies of everything:(If I run it a third time, I don't get a third copy, instead the 2nd copy is overwritten.)
Note that this interacts interestingly with #8: if BACKUP_SUFFIX is -mail I end up with
The text was updated successfully, but these errors were encountered: