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

Make it working for path projects with / #5

Open
mariotti opened this issue Jan 3, 2017 · 1 comment
Open

Make it working for path projects with / #5

mariotti opened this issue Jan 3, 2017 · 1 comment

Comments

@mariotti
Copy link
Owner

mariotti commented Jan 3, 2017

We might want to run:
backmeup.sh projects/bmu
This will simply not work now..

@mariotti
Copy link
Owner Author

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.

To see and develop

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

1 participant