I want to back up 100 TBs of data. The backup task should take 30 days given my computation power and bandwidth. But the data are not stagnant. During the progress of back up, data will be modified/created/deleted within the source directory.
Question is will duply/duplicity back up the state of files when a file is read or when backup is initiated?
duplicity will use the file state at the point in time when the file is processed during the backup.
Note: as a user application duplicity is not capable to enforce file system consistency, meaning if the file is readable, but currently open in another application and written only partially, this inconsistent state will be backed up.
Suggestions