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
A very poor implementation would require you to scan the backup folder after backing up the entire drive, and removing offending folders.
Cant think of anything else right now. If I do, I'll let you know?
We're just trying to fix the bug that destination can't be a child of the source directory (while keeping the rest of the functionality of the script as is) right? because if that's the case I've thought of something. Too lazy to implement it though.
Activity
dufferzafar commentedon Jan 3, 2015
I don't really get what you mean by "recursive scanning of backup file".
Also, If we set
topdown=False
we won't be able to ignore the directories (See this).kwikadi commentedon Jan 3, 2015
A very poor implementation would require you to scan the backup folder after backing up the entire drive, and removing offending folders.
Cant think of anything else right now. If I do, I'll let you know?
dufferzafar commentedon Jan 4, 2015
We're just trying to fix the bug that destination can't be a child of the source directory (while keeping the rest of the functionality of the script as is) right? because if that's the case I've thought of something. Too lazy to implement it though.
kwikadi commentedon Jan 4, 2015
Huh. What is it?
dufferzafar commentedon Jan 4, 2015
We just store all the directories in source and then walk over every one of them?
dufferzafar commentedon Jan 4, 2015
Now that I've written it, I can see that this is only a partial solution and won't work in all cases.