X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=backup;fp=backup;h=a6d01376f60205d6e2ec9279e59c940965a68272;hb=1233b20103a2b5fb8ce33e048682e3977684838a;hp=96467fe8b0086d1c6876d187cf94ce7d354ac4d0;hpb=5aba09a1cd99007ba0aa3ee0ca7e7fb1e798c4b0;p=oss%2Frestore.git diff --git a/backup b/backup index 96467fe..a6d0137 100755 --- a/backup +++ b/backup @@ -82,7 +82,7 @@ while (@levels) { } run_rsnapshot($nextlevel); # touch stamp file - open my $stamp, ">+","$snapshot_root/${nextlevel}-stamp"; + open my $stamp, ">>","$snapshot_root/${nextlevel}-stamp"; close $stamp; } run_rsnapshot($level);