Commit graph

41 commits

Author SHA1 Message Date
Andreas Faerber
9ad0553333 Fixed another syntax error while envocing tar with "--use-compression-program". Sorry for not properly detecting the two syntax errors. 2015-07-25 12:21:05 +02:00
Andreas Faerber
3fce83ce31 Fixed Syntax Error 2015-07-25 11:58:05 +02:00
Andreas Faerber
988c5c4d2b Merge pull request #12 from evgkrsk/inline-compression
Inline compression with pigz/pbzip2
2015-07-07 08:05:44 +02:00
Evgenii Terechkov
e5695b758d Add support for parallel bzip2 (pbzip2 external binary) compression with "pbz" 2015-07-06 01:15:17 +07:00
Evgenii Terechkov
b42303b427 Replace consequtive pigz run with parallel tar/pigz invocation 2015-07-06 01:06:15 +07:00
Andreas Faerber
e6e27c6c12 Updated Changelog 2015-06-23 20:36:27 +02:00
Andreas Faerber
f10e35b538 Hide error message if no additional config file in the dump directory exists 2015-06-23 20:32:01 +02:00
Andreas Faerber
d4c3333262 Fixed TAB spacing for --compress 2015-06-23 20:27:43 +02:00
Andreas Faerber
68a460f29c Updated README.md to reflect recent changes 2015-06-23 20:25:00 +02:00
Andreas Faerber
07d606ede2 Added option to compact containers prior backup 2015-06-23 20:17:47 +02:00
Andreas Faerber
455526c6e5 Added option to compact containers prior backup 2015-06-23 20:16:35 +02:00
Andreas Faerber
0b9ee670c8 Updated changelog for added compression options 2015-06-22 23:50:21 +02:00
Andreas Faerber
c3d4a0ae9c Added options to run combined tar + compression (tgz, tbz, txz) 2015-06-22 23:32:04 +02:00
Andreas Faerber
c3540ed3cb Update ChangeLog.md
Re-formatted changelog
2014-11-13 07:38:13 +01:00
Andreas Faerber
905ad4d5f9 Update ChangeLog.md
Added Changelog for merge submitted by renoguyon
2014-11-13 07:37:49 +01:00
Andreas Faerber
9c4b7e5197 Merge pull request #5 from renoguyon/master
New options : work-directory and time to live
2014-11-13 07:35:32 +01:00
renoguyon
b62a95cfc7 Added option to delete backups older than x days 2014-11-08 16:06:27 -05:00
renoguyon
156f2623b2 Added new option : --work-dir
This option allows to use a temporary directory while dumping / compressing containers, then moves completed backup to another location.
Useful when using another script to transfer completed backup on a remote server or FTP.
2014-11-08 01:31:02 -05:00
Andreas Faerber
6d8df889e7 Added output of "BACKUP FILE: <Full patch to backup file>"
Added duply as feature request
2014-08-26 16:26:46 +02:00
Andreas Faerber
60f24ec8d7 Now also backing up and restoring /etc/vz/conf/$CTID.*, too 2014-08-26 14:32:57 +02:00
Andreas Faerber
52f11e92dd Added documentation on --exclude option 2014-05-09 23:36:15 +02:00
Andreas Faerber
9758235e7a Added option to exclude CTIDs from backup
Simplified the compression block
2014-05-09 23:27:44 +02:00
Andreas Faerber
a1ea3c83f9 Removed --vzdir TODO 2013-10-31 13:51:32 +01:00
Andreas Faerber
5b319c48c5 vzpbackup: Added variables for the commands to be called and
explicitly set them. Needs to be amended if installation
           is different from default CentOS install

vzprestore: Added option (--vzdir) which allows to specify the directory
            the container will be restored to. This will override the
            default setting in /etc/vz/vz.conf.
2013-10-31 13:49:25 +01:00
Andreas Faerber
e294897c47 Added TODO that will fix an issue with restoring to non-default
directories (VE_ROOT and VE_PRIVATE) and the vz config still
pointing to the old directories
2013-10-30 17:23:47 +01:00
Andreas Faerber
ad5e01e62a Removed ls -la $DUMPFILE 2013-10-22 23:12:53 +02:00
Andreas Faerber
8f89282056 Added pz/pigz option to compression 2013-10-10 22:25:26 +02:00
Andreas Faerber
de158e9168 Merge branch 'master' of https://github.com/Rackster/vzpbackup into Rackster-master
Conflicts:
	vzpbackup.sh
	vzprestore.sh
2013-10-10 22:20:13 +02:00
Andreas Faerber
17d6585319 Added documentation for new options 2013-10-10 21:56:38 +02:00
Andreas Faerber
1a6d7ffd93 - Added option (--delete-backup-snapshot) to delete the snapshot taken
during backup after restore
- Read UUID of latest backup snapshot taken from the backup archive
- Added show_usage function
- Small clean ups
2013-10-10 21:53:59 +02:00
Andreas Faerber
9b6431e130 Add UUID of the snapshot taken to the backup archive 2013-10-10 21:52:20 +02:00
Michel Käser
fb2debc8b2 README changed to include compression param 2013-10-06 19:36:08 +02:00
Michel Käser
f4aac8f99b remove compression TODO -> implemented 2013-10-06 19:30:55 +02:00
Michel Käser
3acc25c15b bzip2 support 2013-10-06 19:30:13 +02:00
Michel Käser
ab4f402610 fix gzip compression 2013-10-06 19:14:05 +02:00
Michel Käser
3a155c0c52 support gz/xz archives when restoring 2013-10-06 18:28:54 +02:00
Michel Käser
981e670624 allow to compress backups with gunzip or xz 2013-10-06 18:24:55 +02:00
Michel Käser
9cf4269e88 fix script names + detect if the VEID to backup doesn't exist 2013-10-06 17:49:38 +02:00
Andreas Faerber
fd59599e33 Added first set of "obvious" TODOs 2013-09-03 22:02:40 +02:00
Andreas Faerber
ca2568f959 Initial Version 2013-09-03 21:59:53 +02:00
andreasfaerber
10523db42c Initial commit 2013-09-03 12:16:49 -07:00