hi
Thanks alot , That works !!
#!/usr/bin/perl -w use strict; use FILE::DirSync; my $dirsync = new File::DirSync { verbose => 1, nocache => 1, localmode => 0, }; $dirsync->src("home"); $dirsync->dst("backup"); $dirsync->dirsync();
In reply to Re^2: Incremental Backup
by Anonymous Monk
in thread Incremental Backup
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |