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
There is also some more issues to check.
like:
backmeup.sh bmu/
backmeup.sh bmu
Do both work? Do both behave the same?
And also from the top:
backmeup.sh projects/bmu
Should create a project bmu
a project projects
or a project projects_bmu?
On a GUI this might be easier. ;)
For example:
backmeup.sh projects/bmu
backmeup.sh documents/bmu
There is, one side, you do know what to backup.. the other is that currently this will definitely mix both backups is we use simply bmu.
The odd is that it will have the same bad behaviour if we do:
cd projects
backmeup.sh bmu
cd documents
backmeup.sh bmu
Then we really need meta information.. or simply a $PWD saved.
We might want to run:
backmeup.sh projects/bmu
This will simply not work now..
The text was updated successfully, but these errors were encountered: