summaryrefslogtreecommitdiff
path: root/bin/live-snapshot
AgeCommit message (Collapse)Author
2012-06-06Dropping snapshot functionality, superseeded by awesome custom mount ↵Daniel Baumann
persistence. See the following threads for more information: * http://lists.debian.org/debian-live/2012/04/msg00110.html * http://lists.debian.org/debian-live/2012/06/msg00039.html
2012-06-05Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.Daniel Baumann
2012-06-05Moving out live-helpers from initramfs-tools specifics.Daniel Baumann
2012-04-08Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) ↵Daniel Baumann
everywhere.
2012-04-08Renaming /live/cow to /live/overlay in anticipation of overlayfs.Daniel Baumann
2011-11-04Fix live-snapshot exclude.list handling (Closes: #610337)Marco Amadori
Rationale: grep -f does not like empty lines in matches file, removing empty lines from exclude.list using a temporary file, fixes the problem.
2011-06-21Replacing reference to old alioth page in live-snapshot.Daniel Baumann
2011-06-21Making references to debian more distribution neutral.Daniel Baumann
2011-03-09Adjust copyright entry in live-snapshot.Marco Amadori
2011-03-09Fix snapshots' sync-strings usage (Closes: #591330).Marco Amadori
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Adjust copyright entry in live-snapshot.Marco Amadori
2011-03-09Fix snapshots' sync-strings usage (Closes: #591330).Marco Amadori
2011-03-09Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of ↵Daniel Baumann
live-config.
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09cpio snapshots: eval commands fix.Marco Amadori
2011-03-09Removed two bashisms on live-snapshot.Marco Amadori
* Thanks to Luigi Capriotti <l.capriotti@xbmc.org> for pointing this out.
2011-03-09Cleaned a bit the snapshot feature.Marco Amadori
* home-sn are working both cpio and full partition, changed how live-snapshot.list works in home-sn case.
2011-03-09Added "whole partition" snapshot resync type.Marco Amadori
2011-03-09Adding ext4 support.Daniel Baumann
2011-03-09Removed all "cat | grep", with grep, awk and sed.Marco Amadori
2011-03-09Don't "cat |" to grep.Chris Lamb
2011-03-09Reflow long 'tr'-based pipelines for readability.Chris Lamb
2011-03-09Reflow some grammar in comments and in live-initramfs(7).Chris Lamb
2011-03-09Implemented a snapshot exclude list.Marco Amadori
* This finally enables one of the most requested feature to exclude things like disk caches and temporary files from the snapshots, just by editing "/etc/live-snapshot.exclude_list". This only works for cpio targets and for squashfs creations.
2011-03-09live-snapshot: fixed include-list handling.Marco Amadori
* When "/etc/live-snapshot.list" is present, all standard files and directories listed there are saved on shutdown. Now it saves them only if they are modified, and also handles dangling symbolic links. This beaviour will be gentle to live-systems upgrades on the same hardware since new unmodified to-be-snapshotted files will be no more overwritten by old unnecessary saved cruft. It still does not handle removal of deleted files.
2011-03-09Set -u in live-snapshot only in debug mode.Marco Amadori
* Although is really fine to have checks for unboud variables, this limits also included code, where unbound variables could be used as feature. Set LIVE_SNAPSHOT_CHECK_UNBOUND to have it on again in your test runs.
2011-03-09live-snapshot: now supports a static keep file list.Marco Amadori
* Included support for specifing a list of files/dirs to be explicitly kept between reboots, enabled only for the "cpio" snapshot type. Look at "/usr/share/doc/live-initramfs/examples/live-snapshot.list" for hints.
2011-03-09live-snapshot: cleaned some wordings.Marco Amadori
2011-03-09live-snapshot: included vital informations on exit.Marco Amadori
2011-03-09Updating live-snapshot to GPL-3+.Daniel Baumann
2011-03-09live-snapshot: new "--refresh" option.Marco Amadori
* "--refresh" explicitly saves status of boot-time auto-discovered snapshots without rebooting.
2011-03-09live-snapshot: cleaned and sorted used command line defaults.Marco Amadori
2011-03-09live-snapshot: nicer default auto unmount logic.Marco Amadori
2011-03-09live-snapshot: honour "-o|--output FILE".Marco Amadori
2011-03-09live-snapshot: removed a useless mkdir.Marco Amadori
2011-03-09live-snapshot: removed an unused and useless function.Marco Amadori
2011-03-09live-snapshot: fixes snapshotting from resync string.Marco Amadori
* Now it properly overwrites previous snapshot instead of just putting it in the $PWD.
2011-03-09Updating copyright header in live-snapshot.Daniel Baumann
2011-03-09Removing useless whitespaces and empty lines.Daniel Baumann
2011-03-09Correcting grammatical errors in live-snapshot description.Daniel Baumann
2011-03-09Removing live-snapshot version as this component is always released within ↵Daniel Baumann
live-initramfs itself.
2011-03-09Fixes "live-snapshot on reboot could not find a writable '/tmp' or '/mnt'" bug.Marco Amadori
2011-03-09Calling live-snapshot now produces an output file.Marco Amadori
* Invoking live-snapshot without parameters now produces an output file useful to be copied on a writable media as intended.
2011-03-09Merging casper 1.129.Daniel Baumann
2011-03-09bin/live-snapshot: Vastly rework scriptChris Lamb
This patch vastly reworks the live-snapshot script; it fixes a number of bugs related to argument handling (such as ignored parameters), as well as improving the general robustness of the operation. The script can also be run successfully with set -e and set -u, pending some other patches in 'scripts/live-helpers'
2011-03-09bin/live-snapshot: Fix argument handling (Closes: #461595)Chris Lamb
2011-03-09Adjusting live-snapshot to live-initramfs.Daniel Baumann
2011-03-09Merging casper 1.124.Daniel Baumann
2011-03-09live-snapshot: add support to use jffs2 imagesOtavio Salvador