You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to pass rsync a SRC arg like this: 'Mail/' (relative path wrapped in single quotes) but a DST arg like this: /home/seanh/Mail.snapshots (absolute path, not wrapped in quotes). Surely they should be treated the same
The text was updated successfully, but these errors were encountered:
It seems to pass rsync a SRC arg like this:
'Mail/'
(relative path wrapped in single quotes) but a DST arg like this:/home/seanh/Mail.snapshots
(absolute path, not wrapped in quotes). Surely they should be treated the sameThe text was updated successfully, but these errors were encountered: