Guest User

Untitled

a guest
Jan 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. rdiff-backup root@<REMOTESERVER>::/apps/myapp/shared/system /home/backups/system
  2. echo "$(date): Completed... removing backup data older than 4 weeks"
  3. rdiff-backup --remove-older-than 4W /home/backups/system
  4. echo "$(date): Completed..."
  5.  
  6. Fatal Error: Found 81 relevant increments, dated:
  7. Wed Aug 29 00:41:47 2012
  8. Thu Aug 30 00:57:49 2012
  9. Fri Aug 31 01:04:03 2012
  10. Sat Sep 1 00:44:59 2012
  11. Sun Sep 2 00:41:49 2012
  12. Mon Sep 3 00:41:39 2012
  13. If you want to delete multiple increments in this way, use the --force.
Add Comment
Please, Sign In to add comment