X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=8307d1e374dfd6995c25d298cd4fb9adac0f30c2;hb=182d6a8e410d598dc9bcd719607f6b51a9f097b8;hp=c040dcd9795952d837782f35d3cb5c31455e67ac;hpb=19bfabe9660fde390a9e977d63a044316ca6d30c;p=BackupPC.git diff --git a/Makefile b/Makefile index c040dcd..8307d1e 100644 --- a/Makefile +++ b/Makefile @@ -49,12 +49,6 @@ xls: test sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report which gnumeric && gnumeric /tmp/report.xls || cp -vf /tmp/report.xls ~/public_html/ -asa: - rm -Rf $(tmp) - svn export . $(tmp) - rsync -rav $(tmp) 10.210.99.1:backuppc-svn/ - rm -Rf $(tmp) - html: test ! -z "`svn2html.pl`" && svn update && svn2html.pl > doc/Changes.html @@ -75,10 +69,11 @@ profile: test tar: test psql -c "delete from backup_parts" backuppc - sudo -u backuppc /data/backuppc/bin/BackupPC_tarIncCreate -h llin -s /etc -n 10 -v + sudo -u backuppc /data/backuppc/bin/BackupPC_tarIncCreate -h llin -s /etc -n 10 -v -f -d inc: test - sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate -c -d + sudo -u backuppc /data/backuppc/bin/BackupPC_incPartsUpdate -c burn: test + psql -c "delete from archive_burned" backuppc sudo /data/backuppc/bin/BackupPC_burnArchiveCLI