Excluding folder from backup // BackupRestore.php
-
Ughm… Was looking for like 1 hour now in BackupRestore.php figuring the way how to exclude one folder from backupping process.
Anyone have any idea?
like$tar = new Archive_Tar($file_name, "true", exclude_folder='excluded_folder');
usually I would just
tar --exclude=excluded_folder --exclude=*.pdf blablabla... but since I got no access to shell on that host... >_<
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Excluding folder from backup // BackupRestore.php’ is closed to new replies.