diff options
-rwxr-xr-x | borg-restore.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/borg-restore.pl b/borg-restore.pl index 06eee24..2676bc1 100755 --- a/borg-restore.pl +++ b/borg-restore.pl @@ -40,14 +40,14 @@ Enable debug messages. Update the lookup database. You should run this after creating or removing a backup. -=item B<--destination=>I<path>, B<-d=>I<path> +=item B<--destination=>I<path>, B<-d >I<path> Restore the backup to 'path' instead of its original location. The destination either has to be a directory or missing in which case it will be created. The backup will then be restored into the directory with its original file or directory name. -=item B<--time=>I<timespec>, B<-t=>I<timespec> +=item B<--time=>I<timespec>, B<-t >I<timespec> Automatically find the newest backup that is at least as old as I<timespec> specifies. I<timespec> is a string of the form "<I<number>><I<unit>>" with I<unit> being one of the following: |