Wow, now I am really going crazy... Let's say you have the destination directory for your backups, called "Backups". Then inside of that, you have "Current". Well, what this script is doing now, for some odd reason, is doing a full backup to "Current", then if I change a file and run the script again, it puts the updated file into the "Current" directory, then moves the original file from "Current" into "Backups". It isn't creating subdirectories for the increments, it just dumps them into the --backup-dir (observing the folder structure of the source).


Reply With Quote
Bookmarks