/[BackupPC]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 310 by dpavlin, Sun Jan 29 14:43:27 2006 UTC revision 361 by dpavlin, Sat Apr 29 10:59:09 2006 UTC
# Line 72  tar: test Line 72  tar: test
72          sudo -u backuppc /data/backuppc/bin/BackupPC_tarIncCreate -h llin -s /etc -n 10 -v -f -d          sudo -u backuppc /data/backuppc/bin/BackupPC_tarIncCreate -h llin -s /etc -n 10 -v -f -d
73    
74  inc: test  inc: test
75          sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate -c -v          sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate -c
76                    
77  burn: test  burn: test
78            psql -c "delete from archive_burned" backuppc
79          sudo /data/backuppc/bin/BackupPC_burnArchiveCLI          sudo /data/backuppc/bin/BackupPC_burnArchiveCLI
80    
81    cleanup-restore:
82            sudo -u backuppc rm -Rf /data/backuppc/data/pc/restore/
83    
84    restore: cleanup-restore test
85            sleep 1
86            sudo ./bin/BackupPC_recover_from_increments /data/backuppc/temp/llin_etc*

Legend:
Removed from v.310  
changed lines
  Added in v.361

  ViewVC Help
Powered by ViewVC 1.1.26