Edition 1
s.adam@diffingo.com
.
fwbackups and then press the Return key.
fwbackups --help to see all the available options and their descriptions.




+-------------- minute (0 - 59)
| +------------ hour (0 - 23)
| | +---------- day of month (1 - 31)
| | | +-------- month (1 - 12)
| | | | +------ day of week (0 - 7) (Sunday=0 or 7)
| | | | | +-- command to run
| | | | | |
* * * * * command
.") are included in the backup.
/home/username/Exclude folder, all files with the png extension, the file /home/username/foobar.jpg and lastly any file named specificname.txt are all excluded from the backup.
/home/username/Exclude/*
*.png
/home/username/foobar.jpg
specificname.txt

/home/myusername to /tmp will result in your files being restored to /tmp/home/myusername.
/ on Linux, Mac OS X and other Unix-based platforms) or the root drive (typically C:\ on the Windows platform) will restore your files to their original locations.
.conf files), select → and then select the .conf file(s) to be imported. All versions of fwbackups configuration files can be imported.
~/.fwbackups/Sets on Linux, Mac OS X and other Unix-based platforms and %APPDATA%\fwbackups\Sets on the Windows platform.

tar executable is called upon directly to create a standard GNU tar archive, optionally with gzip or bzip2 compression. On Windows, Python's tarfile module is used to create a standard GNU compliant tar archive. In either case, backup compression is applied on-the-fly without the need for the tar archive to be created first.
tar xfz <backup file> will extract all files from the backup.
rsync to copy the files (rsync is faster than shutil and therefore is used when the OS supports it). Thus, in either case the result is a direct copy of the files and folder structure.
s.adam@diffingo.com
), To find more information about fwbackups, please visit the fwbackups homepage.
s.adam@diffingo.com
.
| Revision History | |||
|---|---|---|---|
| Revision 4 | Mon Dec 20 2010 | ||
| |||
| Revision 3 | Tue Nov 30 2010 | ||
| |||
| Revision 2 | Thu Oct 28 2010 | ||
| |||
| Revision 1 | Thu July 1 2010 | ||
| |||
| Revision 0 | Thu July 1 2010 | ||
| |||