File: sync_to_snapshot.1

package info (click to toggle)
libvm-ec2-perl 1.28-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,556 kB
  • sloc: perl: 12,047; makefile: 8
file content (39 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH sync_to_snapshot 1 "September 7, 2012" "version 1.0" "USER COMMANDS"
.SH NAME
sync_to_snapshot \- Rsync files to Amazon EC2
.SH SYNOPSIS
.B sync_to_snapshot
Rsync the indicated files and directories to Amazon EC2 and store
in a named EBS snapshot. Snapshot will be incrementally updated
if it already exists. The Version tag will be updated.
.PP
This will use the default EC2 endpoint URL unless environment variable
EC2_URL is set.
.PP
.SH OPTIONS
.TP
snapshot
Snapshot name (required)
.TP
access_key
EC2 access key
.TP
secret_key
EC2 secret key
.TP
image
Server AMI ID (defaults to ami-ccf405a5, Ubuntu Maverick 32bit)
.TP
type
Server type (defaults to m1.small)
.TP
username
Username for logging into instance ("ubuntu")
.TP
filesystem
Type of filesystem to create (bfs,cramfs,ext*,minix,ntfs,vfat,msdos).
.PP
Anything with a /sbin/mkfs.* executable on the server side will work.
Defaults to ext4.
.SH AUTHOR
Man page: Olivier Sallou <osallou@debian.org>