Amongst other things, I use BC to update (geographically remote) web servers from a local source directory. It would be useful to be able to automatically archive files that are to be overwritten.
The way I see it working is this:
1. The session stores a (session-dependent) path to an archive location.
2. At overwrite time, BC generates a sub-folder in the archive location according to a user-defined date format eg "yyyy MM dd HH-mm"
3. All files to be overwritten are copied into the archive directory.
Crispin
The way I see it working is this:
1. The session stores a (session-dependent) path to an archive location.
2. At overwrite time, BC generates a sub-folder in the archive location according to a user-defined date format eg "yyyy MM dd HH-mm"
3. All files to be overwritten are copied into the archive directory.
Crispin
Comment