ProgrammersOfVilnius/pov-simple-backup

scp_backup_to strips suffix

mgedmin opened this issue · 0 comments

If I do

BACKUP_SUFFIX=-mail
scp_backup_to /somewhere

I end up with /backup/2018-10-17-mail copied to /somewhere/2018-10-17 instead of /somewhere/2018-10-17-mail

rsync_backup_to does this correctly